@charset "UTF-8";

/* Navbar container */
.navbar {
	top:0;
	margin:0px;
	position: fixed;
	display: flex;
	overflow: hidden;
	background-color: #333;
	font-family: Arial;
	width: 100%;
	text-align: center;
}
/* Links inside the navbar */
.navbar a {
	float: left;
	font-size: 10pt;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
	line-height: 1px;
	height: 5px;
}
/* Dropdown button */
.dropdown .dropbtn {
	font-size: 10pt;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: red;
	line-height: 1.0;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	line-height: 1.1;
}
/*General Textbox Container*/
.sectionblock {
  margin: 10%;
  margin-top: 25pt;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #333;
  font-size: 3vw;
  color: white;
  text-align:center;
  box-shadow: 0px 0px 30px black;
}
/*General Image Container*/
.sectionclear {
  margin: 25pt;
  margin-top: 50pt;
  padding: 10%;
  text-align:center;
}
/*Columns for Team Names*/
.schoolteams {
  display: grid;
  grid-template-columns: 1fr 1fr;
}




.bracket {
  width: 100%;
}

.MFL {
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  width: 75%;
}

.MFLproud {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}


.footnote {
  margin-left: : 0;
  margin-right: 0;
  padding: 2vw;
  background-color: #333333;
  text-align: center;
  line-height: .25;
  color: white;
  font-size: 2vw;
  box-shadow: 0px 0px 30px black;
}

.footnote a {
  color: #87CEEB;
}

.footnote a:hover {
  color: #BD2031;
}

.titlebar{
  margin-top: 2%;
  margin-right:auto;
  margin-left:auto;
  width:100vw;
}

body{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-image: url(images/Court.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.sponsorrow {
  display: block;
  padding: 0 4px;
}

.sponsorrow img {
  margin: 10%;
  vertical-align: middle;
  width: 75%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .titlebar{
    margin-top: 5.5%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .titlebar{
    margin-top: 10.25%;
  }
}
